projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ccc9b
)
Fix for people using name mangling
author
Elliot Lee
<sopwith@src.gnome.org>
Tue, 9 Jun 1998 20:16:12 +0000
(20:16 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Tue, 9 Jun 1998 20:16:12 +0000
(20:16 +0000)
glib/glib-config.in
patch
|
blob
|
history
diff --git
a/glib/glib-config.in
b/glib/glib-config.in
index 195aedd9d2913bad165de21fd7d1e3b7f5fc19b8..ad92c6f13aeaa354b9376270eac9acda5701e743 100644
(file)
--- a/
glib/glib-config.in
+++ b/
glib/glib-config.in
@@
-42,10
+42,10
@@
while test $# -gt 0; do
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
- echo -I@libdir@/glib/include $includes
@x_cflags@
+ echo -I@libdir@/glib/include $includes
;;
--libs)
- echo -L@libdir@ -lglib
+ echo -L@libdir@ -lglib
-@LT_RELEASE@
;;
*)
echo "${usage}" 1>&2